Remove redundant storage of source id in Package
authorAlex Crichton <alex@alexcrichton.com>
Mon, 8 Jun 2015 17:51:29 +0000 (10:51 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 8 Jun 2015 17:51:29 +0000 (10:51 -0700)
commit346df29af403169f7abd51a47b8fc5040cce131d
tree70411c13baf63de13ccf079dab6b7b78be017a4f
parent1777ab76cdd898202505391b1e15a1b727fca522
Remove redundant storage of source id in Package

The package already has access to the source through the stored manifest's
package ID.
src/cargo/core/package.rs
src/cargo/core/source.rs
src/cargo/ops/cargo_package.rs
src/cargo/ops/cargo_read_manifest.rs